Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First version #1

Draft
wants to merge 27 commits into
base: main
Choose a base branch
from
Draft

First version #1

wants to merge 27 commits into from

Conversation

Menendez6
Copy link
Collaborator

@Menendez6 Menendez6 commented Aug 28, 2024

First version with the doc conversion and the connection to the nav system.

I would appreciate any comments about the code structure, mainly how to handle the gateways and the different api calls. Right now, I have the nav.go which is the entry point but all the functions are basically the same as in the gateways package and I am just redirecting.

Th only thing missing about the doc conversion is when modifying an invoice (or a credit note) we need to include a reference for each line. This is not supported in GOBL, so I see 2 options:

  • Add it as a field in gobl for each line and make the user include the line they are modifying
  • Get the data from the invoice we are modifying and get the line number from the item name.

@Menendez6 Menendez6 requested a review from samlown August 28, 2024 11:27
@Menendez6 Menendez6 changed the title First version (WIP) First version Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant